home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
U
/
COMMON_L.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
550b
|
23 lines
/* Common_Life6 */ /* Common */
/* File name: Common_Life6.h */
/* Function: Common variables for program specific code. */
/* History: 8/16/91 Original by Prototyper 3.0 */
/* ======================================================= */
#define LoBase 257 /* lowest hotspot id # */
#define HiBase 304
#define MaxRow 7 /* use 7 */
#define MaxCol 9 /* use 8 */
typedef enum STATUS_TAG { DEAD, ALIVE }STATUS_TYPE; /*STATUS OF CELL */
extern Boolean CONT_FLAG;
/* ======================================================= */